PrintPro™ supports adding the following graphic types to the document to be printed:
- Arcs - use the DrawArc Method.
- Curves - use the DrawCurve Method.
- Lines, Rectangles, and Points - use the DrawLine Method.
- Circles and Ellipses - use the DrawCircle Method.
- Pie Shapes - use the DrawPie Method.
- Polygons - use the DrawPolygon Method.
Rectangles with Rounded Corners - use the DrawRoundRect Method.
The method used to draw the graphic is determined by the following:
- FillColor - to set the color to fill the graphic.
- FillStyle - to set the pattern to fill the graphic.
- DrawMode - to specify how pen color and background color will be combined.
- DrawStyle - to determine the pattern of the line defining the graphic.
- DrawWidth - to set the width of the line defining the graphic.